home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem *************************************************************************
- rem This Batch file is used to SEND a file to the BBS caller: DSZ XMODEM-crc
- rem %1 = ComPort that PROFILE will pass to the batch
- rem %2 = File Name ... PROFILE will pass the name it wants to call the file
- rem *************************************************************************
- dsz port %1 handshake both sx %2
-